home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 January / Macworld (1997-01).dmg / Shareware World / Maths & Science / DynRisk 4.0.3 / DynRisk-Help / DynRisk-Help.rsrc / TEXT_6203.txt < prev    next >
Text File  |  1996-08-30  |  676b  |  11 lines

  1. Single
  2.  
  3. This algorithm is used for nodes where the local value is combined with the global input values using a single operator.
  4.  
  5. The output value of a node with ‚ÄúSingle‚Äù as algorithm is computed according to the following rule:
  6.  
  7.     Output value = Op1(X1, X2,‚Ķ, LR)
  8.  
  9. where Op1 is the ‚ÄúOperator 1‚Äù for this node, X1, X2,‚Ķ represent its input values, L is the local factor of the node, and R is a random number generated from the distribution of the node. Note, however, that if the node does not include stochastic values, the R-factor is skipped.
  10.  
  11. Whenever you create a stochastic node which is not ‚ÄúIndependent‚Äù, its algorithm is initialized to be ‚ÄúSingle‚Äù.